Profiles/Threads

This commit is contained in:
2022-12-27 23:46:13 +00:00
parent f42e183bc8
commit aadc58a104
18 changed files with 269 additions and 72 deletions

View File

@ -63,6 +63,16 @@ export class Subscriptions {
* Collection of OR sub scriptions linked to this
*/
this.OrSubs = [];
/**
* Start time for this subscription
*/
this.Started = {};
/**
* End time for this subscription
*/
this.Finished = {};
}
/**