Job.Finished Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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