Delete method of the Win32_ScheduledJob class

The Delete WMI class method deletes a scheduled job.

This topic uses Managed Object Format (MOF) syntax. For more information about using this method, see Calling a Method.

Syntax

uint32 Delete();

Parameters

This method has no parameters.

Return value

Returns a value of 0 (zero) on success, and any other number to indicate an error. For additional error codes, see WMI Error Constants or WbemErrorEnum. For general HRESULT values, see System Error Codes.

Successful completion

0

The request was accepted.

Not supported

1

The request is not supported.

Access denied

2

The user did not have the necessary access.

Unknown failure

8

Interactive process.

Path not found

9

The directory path to the service executable file was not found.

Invalid parameter

21

Invalid parameters have been passed to the service.

Service not started

22

The account which this service is to run under is either invalid or lacks the permissions to run the service.

Other

23 4294967295

Requirements

Requirement Value
Minimum supported client
Windows Vista
Minimum supported server
Windows Server 2008
Namespace
Root\CIMV2
MOF
CIMWin32.mof
DLL
CIMWin32.dll

See also

Operating System Classes

Win32_ScheduledJob