- public bool allow_cancel { get; set; }
true if this transaction can be
cancelled.
- public bool caller_active { get; set; }
true if the transaction caller is
still connected.
- public uint64 download_size_remaining { get; set; }
Number of bytes remaining to download.
- public uint elapsed_time { get; set; }
Amount of time the transaction has taken in seconds.
- public ItemProgress item_progress { get; set; }
Item progress associated with this transaction.
- public Package package { get; set; }
The package this transaction is acting on.
- public string package_id { get; set; }
Full package ID this transaction is acting on.
- public int percentage { get; set; }
Percentage complete of this transaction.
- public uint remaining_time { get; set; }
Amount of time the transaction will take to complete in seconds or 0
if unknown.
- public uint role { get; set; }
Role of this transaction.
- public string sender { owned get; set; }
The D-Bus name of the client that started this transaction.
- public uint speed { get; set; }
Transaction speed in bits per second or 0 if unknown.
- public uint status { get; set; }
Status of this transaction.
- public uint64 transaction_flags { get; set; }
- public string transaction_id { get; set; }
ID used by this transaction.
- public uint uid { get; set; }
The UID that started this transaction.