Skip to content

Latest commit

 

History

History
139 lines (82 loc) · 2.69 KB

delete-method-in-class-win32-scheduledjob.md

File metadata and controls

139 lines (82 loc) · 2.69 KB
description ms.assetid ms.tgt_platform title ms.topic ms.date topic_type api_name api_type api_location
The Delete&\#8194;WMI class method deletes a scheduled job.
064ff3f8-6d41-4f8d-a511-6c051bb48a5b
multiple
Delete method of the Win32_ScheduledJob class
reference
05/31/2018
APIRef
kbSyntax
Win32_ScheduledJob.Delete
COM
CIMWin32.dll

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