[This is preliminary documentation and is subject to change.]

Attempts to cancel the shutdown timer.

Namespace: fCraft
Assembly: fCraft (in fCraft.dll) Version: 0.6.3.1 (0.6.3.1)

Syntax

   
 C# 
public static bool CancelShutdown()

Return Value

True if a shutdown timer was cancelled, false if no shutdown is in progress. Also returns false if it's too late to cancel (shutdown has begun).

See Also