.NET Framework Class Library
ShellResult.Ok Method
|
<< Click to Display Table of Contents >> Navigation: MwPDMApi Namespace > ShellResult Class > ShellResult Methods > .NET Framework Class Library |
Get successful state of executed command.
Namespace: MwPDMApi
Assembly: MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic |
|---|
Public Function Ok As Boolean |
C# |
|---|
public bool Ok() |
Visual C++ |
|---|
public: bool Ok() |
JavaScript |
|---|
function ok(); |
Return Value
true if command execution was successful, false otherwise
Remarks
See Also