Checks if the task previuous to the specified is complete.

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

Syntax

C#
public bool IsPreviousCompleted(
	SshTask task
)
Visual Basic
Public Function IsPreviousCompleted ( _
	task As SshTask _
) As Boolean
Visual C++
public:
bool IsPreviousCompleted(
	SshTask^ task
)

Parameters

task
Type: Jscape.Ssh..::..SshTask
the target task

Return Value

true if the previous task is completed; false otherwise

See Also