FSBank_SetBuildCancel

FSBank

[API function]

FSBank_SetBuildCancel

Sets or clears the 'cancel' flag inside the compiler, so that compilation can be halted mid compile.

FSBANK_RESULT FSBank_SetBuildCancel(
int cancel
);

Parameters

cancel Should be either TRUE (non zero) or FALSE (zero).

Return Value

On success, FSBANK_OK is returned.
On failure, an FSBANK_RESULT error code is returned.

Remarks

Because the FSBank_Build function is a blocking function, you will not get a chance to call this during compilation, but if you call FSBank_Build from another thread, then this can be called during the compilation process.
Another alternative is to call it from an FSBank_UpdateCallback which will give a change to terminate mid compile without needing to execute FSBank_Build from a seperate thread, but will have less accuracy (ie it will have to wait until a file has been compressed before cancelling).

See Also

FSBank_Build , FSBank_GetBuildCancel , FSBANK_RESULT

This document copyright ©Firelight Technologies, Pty, Ltd, 1999-2003. All rights reserved.
Generated Wed Apr 07 15:29:01 2004 by SourceDoc v0.10, the automated source code documenter.