cleanup

prop
SYNOPSIS
    mixed P_CLEAN_UP  "Cleanup"

    mixed Set(P_CLEAN_UP, mixed value)
    mixed Query(P_CLEAN_UP)

DESCRIPTION
    If the property is set to a non-zero value, the object may be destructed
    by the clean-up measurements of the driver.
    If set to zero, the object won't be cleant up.

    Default setting is 1.
    The name P_CLEANUP is an alias for P_CLEAN_UP.

EXAMPLE
    Set(P_CLEAN_UP, 0);  -- disallow clean up

DEFINED
    Include: <properties.h>

    Availability: all objects.

SEE ALSO
    base(S)