@ -0,0 +1,12 @@
package main
import (
"os"
"time"
)
type Service struct {
ProcessHandle *os.Process
StartupArgs []string
StartTime time.Time
}
The note is not visible to the blocked user.