tridion-sites-extensions-api-docs

Home > @tridion-sites/models > PublishTransaction > isCompleted

PublishTransaction.isCompleted property

Value whether the publishing of the “PublishTransaction” is finished.This property is set to true when the transaction is in the one of the final states: “PublishTransactionState.Success”, “PublishTransactionState.Failed”, “PublishTransactionState.Warning”; otherwise, false.

Signature:

get isCompleted(): boolean | undefined;