UserNumber (Daemon property)
User number of the thread associated with this Daemon (Daemon class)
UserNumber is a member of the Daemon class
This method, primarily useful for debugging, returns the user number of the thread associated with the daemon object. The method takes no arguments and returns a numeric value.
Syntax
%number = daemon:UserNumber
Syntax terms
- %num
- A float variable to contain the returned user number.
- %daem
- A previously defined Daemon object.
See also
These methods return the user number of the creator of the daemon thread from which the methods are issued: