[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: jwamstask.pas line 346
type ITaskScheduler = interface(IUnknown) |
function SetTargetComputer(); |
function GetTargetComputer(); |
function Enum(); |
function Activate(); |
function Delete(); |
function NewWorkItem(); |
function AddWorkItem(); |
function IsOfType(); |
end; |
| |
IInterface |