Obsolete Members for KNSCore::Transaction

The following members of class Transaction are deprecated. They are provided to keep old source code working. We strongly advise against using them in new code.

Static Public Members

(deprecated in 6.9) KNSCore::Transaction *install(KNSCore::EngineBase *engine, const KNSCore::Entry &entry, int linkId = 1)

Member Function Documentation

[static, deprecated in 6.9] KNSCore::Transaction *Transaction::install(KNSCore::EngineBase *engine, const KNSCore::Entry &entry, int linkId = 1)

This function is deprecated since 6.9. We strongly advise against using it in new code.

Performs an install on the given entry from the engine.

linkId specifies which of the assets we want to see installed.

Returns a Transaction object that we can use to track the progress to completion Use installLatest or installLinkId instead