AGV.Request

Description

An enumeration of values to be returned by an AGV.AllocatableObject's OnRequest trigger.

If you return one of these values from the trigger, then the object (a Control Point or Control Area) will override its default behavior and either allow or block the allocation request.

Static Properties

Allow Allow the request to allocate the object.
Block Block the request from allocating the object.

Details

Do no remove, this fixes the anchor on doc.flexsim.com

AGV.Request.Allow

static readonly int Allow

Description

Allow the request to allocate the object.

Do no remove, this fixes the anchor on doc.flexsim.com

AGV.Request.Block

static readonly int Block

Description

Block the request from allocating the object.