adTempus API
ArcanaDevelopment.adTempus.Client Namespace / RestartComputerTask Class / Delay Property


In This Topic
    Delay Property (RestartComputerTask)
    In This Topic
    Time (in seconds) to delay before shutting down.
    Syntax
    'Declaration
     
    
    Public Property Delay As Integer
    public int Delay {get; set;}
    public:
    property int Delay {
       int get();
       void set (    int value);
    }
    Remarks
    Shutdown is initiated immediately but warning message is displayed for Delay seconds and shutdown can be aborted during that period.
    See Also