Occurs after task has started.

Namespace: Jscape.Ssh
Assembly: Jscape.Ssh (in Jscape.Ssh.dll) Version: 2.7.2.0

Syntax

C#
public event SshScript..::..SshTaskStartedEventHandler SshTaskStartedEvent
Visual Basic
Public Event SshTaskStartedEvent As SshScript..::..SshTaskStartedEventHandler
Visual C++
public:
 event SshScript..::..SshTaskStartedEventHandler^ SshTaskStartedEvent {
	void add (SshScript..::..SshTaskStartedEventHandler^ value);
	void remove (SshScript..::..SshTaskStartedEventHandler^ value);
}

See Also