WorkQue_AutoRemove Function

Returns the state of the auto delete function set to the work queue.

Syntax
WorkQue_AutoRemove (WorkQueNum)

Parameters

WorkQueNum
Specifies the work queue number as an integer (1-16).

Return Values
True if the auto delete function of the specified work queue is enabled, otherwise False.

See Also
WorkQue_AutoRemove, WorkQue_Get

WorkQue_AutoRemove Function Example

Boolean autoremove

autoremove = WorkQue_AutoRemove (1)