InfoModule.Start Method

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