Aracılığıyla paylaş


SqlPersistenceWorkflowInstanceDescription.Status Özellik

Tanım

İş akışı örneğinin durumunu alır.

public:
 property System::Workflow::Runtime::WorkflowStatus Status { System::Workflow::Runtime::WorkflowStatus get(); };
public System.Workflow.Runtime.WorkflowStatus Status { get; }
member this.Status : System.Workflow.Runtime.WorkflowStatus
Public ReadOnly Property Status As WorkflowStatus

Özellik Değeri

İş akışı örneğinin durumu.

Açıklamalar

Olası değerler şunlardır: Tamamlandı, Oluşturuldu, Çalışıyor, Askıya Alındı, Sonlandırıldı. Daha fazla bilgi için bkz. WorkflowStatus.

Şunlara uygulanır