GiveTask
Assigns a task to the specified Maid instance.
Last updated
Assigns a task to the specified Maid instance.
Last updated
The task parameter is handled upon the use of and can be of the following types:
Function: the maid will execute the function
Connection: the maid will disconnect the connection
Instance: the maid will run :Destroy()
on any object derived from the class
Object: the maid will clean up any object which has a :Destroy()
method, such as instances of custom classes (for example other instances)