ISchedulerJob.Finish Method

Definition

Overloads

Finish()

Sets the job to the finished state and does not run any additional tasks except node release tasks.

Finish(Boolean, Boolean)

Finish()

Sets the job to the finished state and does not run any additional tasks except node release tasks.

public void Finish ();
abstract member Finish : unit -> unit
Public Sub Finish ()

Applies to

Finish(Boolean, Boolean)

public void Finish (bool isForced, bool isGraceful);
abstract member Finish : bool * bool -> unit
Public Sub Finish (isForced As Boolean, isGraceful As Boolean)

Parameters

isForced
Boolean
isGraceful
Boolean

Applies to