FormSubmitOverlayDisplayOverlay(Guid, ActionFlowEvent) Method
Starts displaying the overlay.
Namespace: MobileTrack.Web.Portal.Components.ItemEditorsAssembly: MobileTrack.Web.Portal (in MobileTrack.Web.Portal.exe) Version: 0.8+821604ea552bde242964120acb39b21c90d2b4af
public Task DisplayOverlay(
Guid executionId,
ActionFlowEvent eventType
)
- executionId Guid
- Can be left empty. If set, it will be used to listen to the Redis Channel to listen
for updates on the ProgressStatus
- eventType ActionFlowEvent
- Can only be used if executionId is set; determines the kind of event we're listening to on the Redis Channel.
TaskTask completion