Partager via


KillJob method of the CIM_ConcreteJob class

KillJob is being deprecated because there is no distinction made between an orderly shutdown and an immediate kill. CIM_ConcreteJob.RequestStateChange() provides 'Terminate' and 'Kill' options to allow this distinction.

A method to kill this job and any underlying processes, and to remove any 'dangling' associations.

Syntax

uint32 KillJob(
  [in] boolean DeleteOnKill
);

Parameters

DeleteOnKill [in]

Indicates whether or not the Job should be automatically deleted upon termination. This parameter takes precedence over the DeleteOnCompletion property.

Return value

Success (0)

Not Supported (1)

Unknown (2)

Timeout (3)

Failed (4)

Access Denied (6)

Not Found (7)

DMTF Reserved (8 32767)

Vendor Specific (32768 65535)

Requirements

Minimum supported client
Windows Vista
Minimum supported server
Windows Server 2008
Namespace
Root\Microsoft\Windows\HardwareManagement
MOF
PCSVDevice.mof
DLL
PCSVdevice.dll

See also

CIM_ConcreteJob

RequestStateChange