Unit 'JwaWindows' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#winunits-jedi]

IBackgroundCopyJob

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: jwabits.pas line 234

type IBackgroundCopyJob = interface(IUnknown)

  function AddFileSet();

  function AddFile();

  function EnumFiles();

  function Suspend;

  function Resume;

  function Cancel;

  function Complete;

  function GetId();

  function GetType();

  function GetProgress();

  function GetTimes();

  function GetState();

  function GetError();

  function GetOwner();

  function SetDisplayName();

  function GetDisplayName();

  function SetDescription();

  function GetDescription();

  function SetPriority();

  function GetPriority();

  function SetNotifyFlags();

  function GetNotifyFlags();

  function SetNotifyInterface();

  function GetNotifyInterface();

  function SetMinimumRetryDelay();

  function GetMinimumRetryDelay();

  function SetNoProgressTimeout();

  function GetNoProgressTimeout();

  function GetErrorCount();

  function SetProxySettings();

  function GetProxySettings();

  function TakeOwnership;

end;

Inheritance

IBackgroundCopyJob

|

IInterface


Documentation generated on: 2023-03-18