PhantomJS ExecutionTimeout Property NReco.PhantomJS Class Library Documentation
Get or set maximum execution time for running PhantomJS process (null is by default = no timeout)

Namespace: NReco.PhantomJS
Assembly: NReco.PhantomJS (in NReco.PhantomJS.dll) Version: 1.0.2.0 (1.0.2.0)
Syntax

public Nullable<TimeSpan> ExecutionTimeout { get; set; }

Property Value

Type: Nullable TimeSpan 
See Also