For the complete documentation index, see llms.txt. This page is also available as Markdown.

Sleep

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

Task Parameters

Name
Description

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

Task Result

Name
Description

SleepResult : Boolean

Sleep result. Example: true

Task Changelog

Changelog for Task Frends.Utilities.Sleep.

[1.0.0] - 2022-09-06

Added

  • Initial implementation

Last updated

Was this helpful?