wasm-imagemagick > ExecuteResult
↳ ExecuteResult
● errors: any
[]
Inherited from ExecuteResultOne.errors
Defined in execute.ts:52
● exitCode: number
Inherited from ExecuteResultOne.exitCode
Overrides CallResult.exitCode
Defined in execute.ts:53
● outputFiles: MagickOutputFile[]
Inherited from CallResult.outputFiles
Defined in magickApi.ts:39
Output files generated by the command, if any
● results: ExecuteResultOne[]
Defined in execute.ts:133
● 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: 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