PBDO-Bot
Smoovest space bot gliding
 All Classes Namespaces Functions Variables Enumerations Properties Pages
Public Member Functions | Public Attributes | Properties | List of all members
PBDOBot.Api.Task.TaskScript Class Reference

Public Member Functions

 TaskScript (RunDelegate run, NeedRunDelegate needrun, int interval)
 
delegate int RunDelegate ()
 
delegate bool NeedRunDelegate ()
 
bool NeedRun ()
 do we rly need to run now? More...
 
int Run ()
 lets do it! More...
 

Public Attributes

int Interval
 

Properties

bool IsValid [get]
 is this a valid call?
nothing is null? More...
 

Member Function Documentation

bool PBDOBot.Api.Task.TaskScript.NeedRun ( )

do we rly need to run now?

Returns
int PBDOBot.Api.Task.TaskScript.Run ( )

lets do it!

Returns

Property Documentation

bool PBDOBot.Api.Task.TaskScript.IsValid
get

is this a valid call?
nothing is null?