State returns the internal Task state
()
| 32 | Owner() *ent.User |
| 33 | // State returns the internal Task state |
| 34 | State() string |
| 35 | // ShouldPersist returns true if the Task should be persisted into DB |
| 36 | ShouldPersist() bool |
| 37 | // Persisted returns true if the Task is persisted in DB |