Job.Finished Property

Definition

Wait Handle which is signaled when job is finished. This is set when state of the job is set to Completed, Stopped or Failed.

public:
 property System::Threading::WaitHandle ^ Finished { System::Threading::WaitHandle ^ get(); };
public System.Threading.WaitHandle Finished { get; }
member this.Finished : System.Threading.WaitHandle
Public ReadOnly Property Finished As WaitHandle

Property Value

Applies to