Click or drag to resize

IOrchestratorInitErrorOccurred Property

Outcome of initializations that occur at start of the ExecuteAsync method, such as opening intake sources and output targets. False denotes successful completion of initializations. True means a failure, in which case ExecuteAsync method will always result in CompletionStatus.InitializationError.

Namespace:  Mavidian.DataConveyer.Orchestrators
Assembly:  DataConveyer (in DataConveyer.dll) Version: 3.4.6+1324144ff7
Syntax
bool InitErrorOccurred { get; }

Property Value

Type: Boolean
See Also