Table of Contents

OnBeforeGetKeepEagleOutputQueueData Event

Codeunit Queue Events

Raised when an enqueued function has been completed, before the "Keep Eagle Output Queue Data" is determined.

This allows other apps to override the default behavior of the Eagle Setup setting "Keep Eagle Output Queue Data".

Signature

[IntegrationEvent(false, false)]
OnBeforeGetKeepEagleOutputQueueData(Type: Enum "QWEEG Queue Type"; Number: Integer; WorkflowId: Integer; WorkflowStepNo: Integer; var KeepEagleOutputQueueData: Boolean; var IsHandled: Boolean)

Parameters

Type Enum "QWEEG Queue Type"

The type of the function that has been completed.

Number Integer

The number of the function that has been completed.

WorkflowId Integer

The ID of the workflow that triggered this function, if any.

WorkflowStepNo Integer

The step number of the workflow that triggered this function, if any.

var KeepEagleOutputQueueData Boolean

Whether to keep the Eagle output queue data. The input value for this parameter corresponds to the current settings.

var IsHandled Boolean

If set to true, the default behavior is skipped and the value of KeepEagleOutputQueueData is used.

This documentation is generated from Eagle v27.6