Handling crashes and recovery of other modules
List of Global Functions
AskRun - Check whether operation was last run in moment of last fail. Return whether operation shall be run If not, return true (no reason to think that operation is unsafe), Otherwise ask user
Failed - Check whether operation failed
FailedLast - Check whether operation was last started when failed
Finish - Finish operation
LastFinished - Get last finished operation
Read - Read settings from data file to variables
Run - Start operation
Write - Write data stored in variables to data files
List of Global Variables
filename - Filename of file storing crash settings
Check whether operation was last run in moment of last fail. Return whether operation shall be run If not, return true (no reason to think that operation is unsafe), Otherwise ask user
Function parameters
string op
string question
Return value
boolean - true if operation shall be started
Check whether operation failed
Function parameters
string op
Return value
boolean - true if yes
Check whether operation was last started when failed
Function parameters
string op
Return value
boolean - true if yes