FormSubmitOverlayDisplayOverlay(Guid, ActionFlowEvent) Method
Starts displaying the overlay.
Namespace: MobileTrack.Web.Portal.Components.ItemEditorsAssembly: MobileTrack.Web.Portal (in MobileTrack.Web.Portal.exe) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
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