|
|
7ee22fee51
|
Implement shutting down status
|
2025-10-28 23:53:11 +01:00 |
|
|
|
f94d05dad2
|
Add Restarting state
|
2025-10-26 18:55:05 +01:00 |
|
|
|
8ac4b370c9
|
Unexport struct methods
|
2025-10-18 11:25:26 +02:00 |
|
|
|
5afc22924f
|
Refactor Status struct
|
2025-10-16 20:15:22 +02:00 |
|
|
|
e0ec00d141
|
Remove rendundant instance prefix from status
|
2025-10-16 19:40:03 +02:00 |
|
|
|
80ca0cbd4f
|
Rename Process to Instance
|
2025-10-16 19:38:44 +02:00 |
|
|
|
e319731239
|
Remove unnecessary read locks from GetStatus and IsRunning methods
|
2025-08-28 19:19:28 +02:00 |
|
|
|
b698c1d0ea
|
Remove locks from SetStatus
|
2025-08-28 19:08:20 +02:00 |
|
|
|
227ca7927a
|
Refactor SetStatus method to capture onStatusChange callback reference before unlocking mutex
|
2025-08-28 18:59:26 +02:00 |
|
|
|
ae37055331
|
Add onStatusChange callback to instance management for status updates
|
2025-08-27 20:54:26 +02:00 |
|
|
|
1443746add
|
Refactor instance status management: replace Running boolean with InstanceStatus enum and update related methods
|
2025-08-27 19:44:38 +02:00 |
|