FLCommandResult Event fired at the conclusion of a non-blocking command |
Top Previous Next |
Overview An event fired when a script command sent on a non-blocking FLSendCommand() completes.
C++ Definition void FLCommandResult( long nResultCode )
VB Definition FLCommandResult(ByVal ResultCode As Long)
Return Value None.
Parameters nResultCode / ResultCode A long returned by FileLink after the execution or cancellation of a script command that equals one of the FileLink result codes.
Remarks This event is only fired when a non-blocking FLSendCommand() method is called. The event is fired when the command completes normally or after a command is stopped by calling FLStopCommand(). |