Class WorkflowSync
Inheritance
↳ object
↳ WorkflowSync
Implements
IDisposable
Inherited Members
Equals(object)
Equals(object, object)
GetHashCode()
GetType()
ReferenceEquals(object, object)
ToString()
Namespace: OptimaJet.Workflow.Core.Runtime
Assembly: OptimaJet.Workflow.Core.dll
Syntax[Obsolete("Use ProcessStatusWait instead of in")]
public sealed class WorkflowSync : IDisposable
Constructors
WorkflowSync(WorkflowRuntime, Guid)
Declarationpublic WorkflowSync(WorkflowRuntime runtime, Guid processId)
Type | Name | Description |
---|---|---|
WorkflowRuntime | runtime | |
Guid | processId |
Methods
StatrtWaitingFor(IEnumerable<ProcessStatus>)
Declarationpublic void StatrtWaitingFor(IEnumerable<ProcessStatus> statuses)
Type | Name | Description |
---|---|---|
IEnumerable<ProcessStatus> | statuses |
Wait(TimeSpan)
Declarationpublic void Wait(TimeSpan timeout)
Type | Name | Description |
---|---|---|
TimeSpan | timeout |
Dispose()
Declarationpublic void Dispose()