ApiSessionWaitForAssetProcessing(WaitForAssetProcessingArgs) Method
Blocking call that waits until the asset system has processed all assets. This has to be completed before
partitions can be published or the exclusive mode can be left. After claiming a partition, opening
a project in exclusive mode and importing assets, the asset system starts checking the status of each
corresponding asset.
Definition
Namespace: Articy.Api
Assembly: ArticyApp (in ArticyApp.dll) Version: 1.0.0
A boolean indicating if all assets have been processed successfully. Returns false if some asset file is missing in the working copy.
Assembly: ArticyApp (in ArticyApp.dll) Version: 1.0.0
C#
public bool WaitForAssetProcessing(
WaitForAssetProcessingArgs aArgs
)Parameters
- aArgs WaitForAssetProcessingArgs
- an object containing more parameters
Return Value
BooleanA boolean indicating if all assets have been processed successfully. Returns false if some asset file is missing in the working copy.
Remarks
If necessary, it then tries to
- import the asset from the original source location to the project's working copy,
- add it so the SCM,
- compute a thumbnail.