warning method

warning

Callback method which receives warning and decides whether operation should be aborted.

Returns

Abortion decision ReturnAction.

def warning(self, warning):
    ...
ParameterTypeDescription
warningIWarningInfoWarning to process.

See Also