find( id )
static function
Find a Timer by its ID.
Arguments
Name | Type | Description |
---|---|---|
id | String | Unique id to search for |
Returns
Type | Description |
---|---|
Timer | Result - can be nil |
static function
Find a Timer by its ID.
Name | Type | Description |
---|---|---|
id | String | Unique id to search for |
Type | Description |
---|---|
Timer | Result - can be nil |