The KangarooTimeout type exposes the following members.
Properties
Name | Description | |
---|---|---|
CanExpire |
Gets whether the timeout can expire.
If the KangarooTimeout was created with a timeout of Infinite, it cannot expire.
| |
Expired |
Gets whether the timeout expired.
| |
TimeLeft |
Gets the time left before expiration, or Infinite if the timeout cannot expire.
|
See Also