WorkflowRuntimeEventArgs.IsStarted Propriedade
Definição
Obtém um valor que indica se o mecanismo de runtime de fluxo de trabalho está em execução.Gets a value that indicates whether the workflow runtime engine is running.
public:
property bool IsStarted { bool get(); };
public bool IsStarted { get; }
member this.IsStarted : bool
Public ReadOnly Property IsStarted As Boolean
Valor da propriedade
true Se o mecanismo de tempo de execução de fluxo de trabalho estiver em execução; caso contrário, false .true if the workflow runtime engine is running; otherwise, false.
Comentários
IsStarted será true para o WorkflowRuntime.Started evento e false para o WorkflowRuntime.Stopped evento.IsStarted will be true for the WorkflowRuntime.Started event and false for the WorkflowRuntime.Stopped event.