XLL+ Class Library (6.3)

CXllApp::GetUserAbort

Returns whether user has aborted operation

static BOOL GetUserAbort( );

Return Value

The function returns TRUE if the user has pressed the Cancel key (since this function was last called).

Remarks

Very slow functions should call this method periodically, and should immediately abort operations and return an error if it returns TRUE.

Requirements

Header: xllplus.h

See Also

CXllApp Class | CXllApp Methods | CXllApp::CancelUserAbort