SetPushInProgress marks the push as in progress.
()
| 114 | |
| 115 | // SetPushInProgress marks the push as in progress. |
| 116 | func (c *CompletionScreen) SetPushInProgress() { |
| 117 | c.pushState = AutoActionInProgress |
| 118 | } |
| 119 | |
| 120 | // SetPushSuccess marks the push as successful. |
| 121 | func (c *CompletionScreen) SetPushSuccess() { |
no outgoing calls