base module
Core framework Console Desktop
Base module does not have any properties
Function | Description | Return value |
---|---|---|
sleep() | Suspend the current execution flow | - |
async() | Run a Task asynchronously | Task |
await() | Run a Task and wait until it terminates | ... |
waitall() | Wait for all Tasks to terminate | - |
is() | Check for inheritance | boolean |
super() | Get the ancestor of an object/instance. | boolean |
each() | Provide a value iterator for tables/objects | function |
type() | Get the type of a value | string |
Object() | Define a new Object | Object |
Base module does not have any objects