Interface PolytronUserTasks

The PolytronUserTasks interface represents a list of Polytrons submitted by a user.

interface PolytronUserTasks {
    Tasks: PolytronTask[];
}

Properties

Properties

Tasks: PolytronTask[]