InfoModule.Stop Method

Stop module
<ID("Stop", (int)e.Stop)> _ 
Public Function Stop( _ 
ByVal timeoutInSeconds As Integer
) As Boolean
This language is not supported or no code example is available.
[ID("Stop", (int)e.Stop)] 
public bool Stop( 
int timeoutInSeconds 
)
This language is not supported or no code example is available.

Parameters

timeoutInSeconds
int

Timeout in seconds

Return Value

bool

Flag indicating success (true) or fail (false)

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition