Table of Contents

Property IsError

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

IsError

Returns true the script execution failed.

public virtual bool IsError { get; set; }

Property Value

bool

true if the script execution failed; otherwise, false.

Remarks

Only valid for ScriptResult events.