Get or set maximum execution time for running PhantomJS process (null is by default = no timeout)
Namespace: NReco.PhantomJSAssembly: NReco.PhantomJS (in NReco.PhantomJS.dll) Version: 1.0.2.0 (1.0.2.0)
public Nullable<TimeSpan> ExecutionTimeout { get; set; }
public Nullable<TimeSpan> ExecutionTimeout { get; set; }
Public Property ExecutionTimeout As Nullable(Of TimeSpan)
Get
Set
Public Property ExecutionTimeout As Nullable(Of TimeSpan)
Get
Set
public:
property Nullable<TimeSpan> ExecutionTimeout {
Nullable<TimeSpan> get ();
void set (Nullable<TimeSpan> value);
}
public:
property Nullable<TimeSpan> ExecutionTimeout {
Nullable<TimeSpan> get ();
void set (Nullable<TimeSpan> value);
}
member ExecutionTimeout : Nullable<TimeSpan> with get, set
member ExecutionTimeout : Nullable<TimeSpan> with get, set
Property Value
Type:
Nullable TimeSpan