SecureBlackbox Lite 2020 C++ Builder Edition

Questions / Feedback?

CommandStart Event

Marks the commencement of a command execution.

Syntax

typedef struct {
  String Command;
} TsbiSSHClientCommandStartEventParams;

typedef void __fastcall (__closure *TsbiSSHClientCommandStartEvent)(System::TObject* Sender, TsbiSSHClientCommandStartEventParams *e);

__property TsbiSSHClientCommandStartEvent OnCommandStart = { read=FOnCommandStart, write=FOnCommandStart };

Remarks

Subscribe to this event to be notified about the start of execution of a remote command. The Command parameter indicates the command being started.

This event is fired for all commands in the Commands list, in order. The completion of the command is reported via the CommandCompleted event.

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