SecureBlackbox 2020 C++ Builder Edition

Questions / Feedback?

CommandCompleted Event

Signifies completion of the command execution.

Syntax

typedef struct {
  String Command;
  int ExitStatus;
  String ExitMessage;
  String ExitSignal;
} TsbxSSHClientCommandCompletedEventParams;

typedef void __fastcall (__closure *TsbxSSHClientCommandCompletedEvent)(System::TObject* Sender, TsbxSSHClientCommandCompletedEventParams *e);

__property TsbxSSHClientCommandCompletedEvent OnCommandCompleted = { read=FOnCommandCompleted, write=FOnCommandCompleted };

Remarks

Subscribe to this event to be notified about completion of the remote command execution. This event fires for every commandin the Commands list. The Command parameter indicates the command being completed.

ExitStatus specifies the command's return code. ExitMessage or ExitSignal parameters provide error details if the command execution was terminated forcefully,

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 C++ Builder Edition - Version 20.0 [Build 8154]