Codeunit "Agent Task"

ID 4303
Namespace: System.Agents

Properties

Name Value
InherentEntitlements X
InherentPermissions X

Methods

CanSetStatusToReady

Checks if the task can be set to ready and started again.

procedure CanSetStatusToReady(AgentTask: Record "Agent Task"): Boolean

Parameters

Name Type Description
AgentTask Record "Agent Task"

The agent task to check.

Returns

Type Description
Boolean

True if agent task can be set to ready, false otherwise

See also