Form.DetachIdleHandler

Syntax:

DetachIdleHandler(<ProcedureName>)

Parameters:

<ProcedureName> (required)

Type: String.
Name of procedure that must be excluded from the standby handler.

Description:

Detaches the idle handler procedure previously attached using the AttachIdleHandler form method.

Availability:

Thick client.

Example:

DetachIdleHandler("OnWait");

See also:

Form, method AttachIdleHandler

    

1C:Enterprise Developer's Community