TimerHandle.isSet

Returns whether the handle was used

struct TimerHandle
@property const pure nothrow @safe @nogc
bool
isSet
()

Return Value

Type: bool

true if the handle was set. false if it is still in its init value.

Meta