Scheduler.FinishJob(Int32, String, Boolean, Boolean) Method

Definition

public void FinishJob (int jobId, string message, bool isForced, bool isGraceful);
abstract member FinishJob : int * string * bool * bool -> unit
override this.FinishJob : int * string * bool * bool -> unit
Public Sub FinishJob (jobId As Integer, message As String, isForced As Boolean, isGraceful As Boolean)

Parameters

jobId
Int32
message
String
isForced
Boolean
isGraceful
Boolean

Implements

Applies to