'Declaration
Public Property ShutdownOptions As ShutdownOptions
public ShutdownOptions ShutdownOptions {get; set;}
public: property ShutdownOptions ShutdownOptions { ShutdownOptions get(); void set ( ShutdownOptions value); }
'Declaration
Public Property ShutdownOptions As ShutdownOptions
public ShutdownOptions ShutdownOptions {get; set;}
public: property ShutdownOptions ShutdownOptions { ShutdownOptions get(); void set ( ShutdownOptions value); }
Include ArcanaDevelopment.adTempus.Shared.ShutdownOptions.Restart to restart the computer. Otherwise the computer is shut down.
Generally you should include ArcanaDevelopment.adTempus.Shared.ShutdownOptions.ForceAppsClosed to ensure that programs that are hung or waiting for input do not prevent the shutdown/restart.