Skip to content

Latest commit

 

History

History
98 lines (54 loc) · 2.38 KB

executeresult.md

File metadata and controls

98 lines (54 loc) · 2.38 KB

wasm-imagemagick > ExecuteResult

Interface: ExecuteResult

Hierarchy

ExecuteResultOne

↳ ExecuteResult

Index

Properties


Properties

errors

● errors: any[]

Inherited from ExecuteResultOne.errors

Defined in execute.ts:52


exitCode

● exitCode: number

Inherited from ExecuteResultOne.exitCode

Overrides CallResult.exitCode

Defined in execute.ts:53


outputFiles

● outputFiles: MagickOutputFile[]

Inherited from CallResult.outputFiles

Defined in magickApi.ts:39

Output files generated by the command, if any


results

● results: ExecuteResultOne[]

Defined in execute.ts:133


stderr

● stderr: string[]

Inherited from CallResult.stderr

Defined in magickApi.ts:47

Output printed by the command to stderr. If exitCode != 0 then this property could have some information about the error.


stdout

● stdout: string[]

Inherited from CallResult.stdout

Defined in magickApi.ts:43

Output printed by the command to stdout. For example the command identify rose: will print useful information to stdout