# TSTrajectorySetMonitor
Monitor the schedules generated by the checkpointing controller 
## Synopsis
```
#include "petscts.h"  
PetscErrorCode TSTrajectorySetMonitor(TSTrajectory tj, PetscBool flg)
```
Collective on TSTrajectory


## Input Parameters

- ***tj -*** the TSTrajectory context
- ***flg -*** PETSC_TRUE to active a monitor, PETSC_FALSE to disable



## Options Database Keys

- ***-ts_trajectory_monitor -*** print TSTrajectory information





## See Also
 `TSTrajectoryCreate()`, `TSTrajectoryDestroy()`, `TSTrajectorySetUp()`

## Level
developer

## Location
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/ts/trajectory/interface/traj.c.html#TSTrajectorySetMonitor">src/ts/trajectory/interface/traj.c</A>


---
[Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/ts/trajectory/interface/traj.c)


[Index of all TS routines](index.md)  
[Table of Contents for all manual pages](/docs/manualpages/index.md)  
[Index of all manual pages](/docs/manualpages/singleindex.md)  
