Sleep
A cancellable task that will complete after a time delay.
Last updated
Was this helpful?
A cancellable task that will complete after a time delay.
Task version: 1.0.0
Required Frends version: 5.5+
Required .NET version: 6.0
Compatible Agents: Crossplatform
Source code: https://github.com/FrendsPlatform/Frends.Utilities
Milliseconds : Int32
Milliseconds being waited.
Default: -
Example: 0
Seconds : Int32
Seconds being waited.
Default: -
Example: 10
Minutes : Int32
Minutes being waited
Default: -
Example: 0
Hours : Int32
Hours being waited
Default: -
Example: 0
SleepResult : Boolean
Sleep result.
Example: true
Changelog for Task Frends.Utilities.Sleep.
Initial implementation
Last updated
Was this helpful?
Was this helpful?

