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+45c8d9adb5970d727cceec44a5ed61aea0016e50
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