NodeInvocationException.NodeInstanceUnavailable Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
If true, indicates that the invocation failed because the Node.js instance could not be reached. For example, it might have already shut down or previously crashed.
public:
property bool NodeInstanceUnavailable { bool get(); };
public bool NodeInstanceUnavailable { get; }
member this.NodeInstanceUnavailable : bool
Public ReadOnly Property NodeInstanceUnavailable As Boolean