@@ -0,0 +1,8 @@
package domain
type Job struct {
ExitCode int
Finished int64
Started int64
Status string
}
The note is not visible to the blocked user.