Click or drag to resize

ApiSessionWaitForAssetProcessing Method (WaitForAssetProcessingArgs)

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.

Namespace:  Articy.Api
Assembly:  ArticyApp (in ArticyApp.dll) Version: 1.0.0
Syntax
C#
public bool WaitForAssetProcessing(
	WaitForAssetProcessingArgs aArgs
)

Parameters

aArgs
Type: Articy.ApiWaitForAssetProcessingArgs
an object containing more parameters

Return Value

Type: Boolean
A 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.
See Also