Method |
Description |
|
__construct ( Api $api, string $url ) : Process |
Construct a new Process instance |
|
delete ( ) : Process |
Delete Process from API |
|
download ( string $localfile = null, string $remotefile = null ) : Process |
Download process files from API |
|
downloadAll ( string $directory = null ) : Process |
Download all output process files from API |
|
downloadStream ( resource $stream, string $remotefile = null ) : Process |
Download process files from API and write to a given stream |
|
start ( array $parameters ) : Process |
Starts the Process |
|
upload ( $stream, string $filename = null ) : Process |
Uploads the input file. See https://cloudconvert.com/apidoc#upload |
|
wait ( ) : Process |
Waits for the Process to finish (or end with an error) |
|